@import url("../bbc-fonts-style.css");
body {
  font-family: BBC Reith Sans, Helvetica, Arial, sans-serif;
  font-size: 1.6em;
  color: #333;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

.bbc-studios-social-logo img {
  width: 280px;
  height: auto;
}

html {
  font-size: 10px;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

.header-row {
  background-color: #0000f5;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}
.barlesque__brand {
  width: 404px;
}

.rte-theme-green .rich-text p {
  color: #000;
}

.form-component .form-field select option {
  color: rgba(0, 0, 0, 0.6) !important;
}

a {
  background-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1em;
}
.barlesque a {
  display: block;
  color: inherit;
  text-decoration: none;
}

a:active,
a:hover {
  box-shadow: none;
}

.barlesque__brand svg {
  display: block;
}

.barlesque__brand .bbc-studios-logo svg {
  width: 280px;
  height: auto;
}
.main {
  display: block;
}

.large-hero {
  background-color: #000;
  color: #fff;
  height: 63vw;
  display: flex;
  max-height: 800px;
  overflow: hidden;
}
.large-hero .large-hero__background-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  margin: auto;
  position: relative;
  max-width: 1920px;
  flex-direction: column;
  justify-content: flex-end !important;
}
.large-hero .large-hero__background-image:before {
  background: #000;
  opacity: 0.3;
  background: linear-gradient(
    -90deg,
    rgba(3, 17, 42, 0) 0.18%,
    rgba(3, 17, 42, 0.7) 99.82%
  );
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.slider-01 {
  background: url("/resources/social/hero-slider-01.jpg") center center
    no-repeat;
  background-size: cover;
}

.rte-theme-black,
.rte-theme-green {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}
.rte-theme-black {
  background-color: #000;
  color: #fff;
}

.rte-theme-black .rte-top-pixels {
  height: 217px;
  width: 100%;
  max-width: 645px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}
.rte-theme-black .rte-top-pixels:before {
  background-image: url(/resources/social/rte-pixel-1.svg);
  content: "";
  position: absolute;
  top: 0;
  left: 26px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 45px;
  height: 24px;
}
.rte-theme-black .rte-top-pixels:after {
  background-image: url(/resources/social/rte-pixel-2.svg);
  content: "";
  position: absolute;
  top: 205px;
  right: -236px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 48px;
  height: 12px;
}
.rich-text {
  max-width: 645px;
  margin: auto;
}
h2 {
  font-size: 1.25em;
  line-height: 1.2em;
}
.rte-theme-black h1,
.rte-theme-black h2,
.rte-theme-black h3,
.rte-theme-black h4,
.rte-theme-black h5,
.rte-theme-black h6 {
  color: #75fb4c;
}
.rich-text p {
  font-size: 16px;
  line-height: 28px;
  margin: 24px 0;
}

.rte-theme-black .rte-bottom-pixels {
  height: 290px;
  width: 100%;
  max-width: 645px;
  position: absolute;
  bottom: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}
.rte-theme-black .rte-bottom-pixels:before {
  background-image: url(/resources/social/rte-pixel-3.svg);
  content: "";
  position: absolute;
  top: 25px;
  left: -364px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 48px;
  height: 12px;
}
.rte-theme-black .rte-bottom-pixels:after {
  background-image: url(/resources/social/rte-pixel-4.svg);
  content: "";
  position: absolute;
  bottom: -20px;
  right: -53px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 108px;
  height: 34px;
}
.ms-theme-black {
  padding-bottom: 150px;
  background-color: #000;
  color: #fff;
}
.rte-theme-green .rte-bottom-pixels {
  height: 290px;
  width: 100%;
  max-width: 645px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}
.rte-theme-green .rte-bottom-pixels:after {
  background-image: url(/resources/social/rte-pixel-8.svg);
  content: "";
  position: absolute;
  bottom: 171px;
  right: -148px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 45px;
  height: 24px;
}
.rte-theme-green .rte-bottom-pixels:before {
  background-image: url(/resources/social/rte-pixel-7.svg);
  content: "";
  position: absolute;
  bottom: 0;
  left: 55px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 108px;
  height: 34px;
}
.media-section {
  margin: 1.2rem 0;
}
.media-section .article-image__image {
  position: relative;
  border: 8px solid #fff;
}
.media-section.grid-mode .article-image__image:after {
  width: 24px;
  height: 24px;
}
.media-section .article-image__image:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 33px;
  height: 33px;
  background-color: #fff;
  z-index: 10;
}
figure.article-image {
  max-width: 1244px;
  margin: 0 auto !important;
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
  font-size: 1.125em;
  line-height: 0.8888888889em;
  display: block;
}

.media-section figure.article-image figcaption {
  font-family: BBC Reith Sans, Helvetica, Arial, sans-serif;
  margin-top: 16px;
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1.1428571429em;
}
figure.article-image figcaption {
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 1.4rem !important;
}
.rte-theme-green {
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
    overflow: hidden;
    background-color: rgb(000, 255, 225);
    color: #000;
    margin-top: -90px;
}
.rte-theme-green .rte-top-pixels:before {
  background-image: url(/resources/social/rte-pixel-5.svg);
  content: "";
  position: absolute;
  top: 35px;
  left: 30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 48px;
  height: 12px;
}
.rte-theme-green .rte-top-pixels:after {
  background-image: url(/resources/social/rte-pixel-6.svg);
  content: "";
  position: absolute;
  bottom: 60px;
  right: -12px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 48px;
  height: 12px;
}
.ms-theme-green {
    background-color: rgb(000, 255, 225);
    color: #000;
    padding-bottom: 40px;
}
.ms-theme-green .article-image figcaption {
  color: #000;
}

.studios-repeating-content-block {
  padding-top: 40px;
  padding-bottom: 40px;
}
.theme-white {
  background-color: #fff;
  color: #333;
}
.studios-repeating-content-block__head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.studios-repeating-content-block h3 {
  margin-bottom: 20px;
  font-size: 1.5em;
  line-height: 1.0909090909em;
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: normal;
  font-family: BBC Reith Sans Bd, Helvetica, Arial, sans-serif;
}
.studios-repeating-content-block__curation-title {
  position: relative;
  margin: 0 1rem 1.6rem 0;
}
.studios-repeating-content-block
  div[class*="studios-repeating-content-block__layout"] {
  display: flex;
}
.studios-repeating-content-block__layout-vertical-dual-column {
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.studios-repeating-content-block__layout-vertical-dual-column .grid-item {
  margin: 0 0 1.6rem;
  width: 100%;
}

.view-grid {
  padding: 0;
}
.view-grid li {
  list-style-type: none;
  margin: 0;
  margin-bottom: 1.5rem;
}
.view-grid .grid-item {
  margin: 0;
  margin-bottom: 1.5rem;
}
article.studios-article-block {
  cursor: default;
}
.studios-article-block {
  cursor: default;
  text-decoration: none;
}

.studios-article-block:focus,
.studios-article-block:hover {
  box-shadow: none;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
.studios-article-block:focus .header,
.studios-article-block:hover .header {
  -webkit-transform: scale(1.025);
  transform: scale(1.025);
}

.studios-article-block .header {
  position: relative;
  display: block;
}
.studios-article-block .header .picture-container {
  position: relative;
  overflow: hidden;
  transition: all 0.1s ease-in-out !important;
  width: 100%;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding-top: 56.25%;
  width: 100%;
  height: 100%;
  display: block;
}
.studios-article-block .header .picture-container:before {
  background: #fff;
  bottom: 0;
  content: "";
  right: 0;
  position: absolute;
  height: 32px;
  width: 32px;
  z-index: 1;
}
.studios-article-block .header .picture-container:after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.studios-article-block .header .brand-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-fit: contain;
  object-position: center;
  font-family: "object-fit: contain; object-position: center;";
  max-width: 350px;
  max-height: 130px;
  width: 100%;
}
.studios-article-block:focus .header img.brand-logo,
.studios-article-block:hover .header img.brand-logo {
  -webkit-transform: translate(-50%, -50%) scale(1.03);
  transform: translate(-50%, -50%) scale(1.03);
}

.profile-grid-section {
  background-color: #0000f5 !important;
  position: relative;
  padding-top: 4rem;
}
.profile-grid-section .pg-top-pixels {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 1440px;
  height: 132px;
  pointer-events: none;
}
.profile-grid-section .pg-top-pixels:before {
  background-image: url(/resources/social/pg-pixel-1.svg);
  content: "";
  position: absolute;
  top: 116px;
  left: 464px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 64px;
  height: 16px;
  display: none;
}
.profile-grid-section .pg-top-pixels:after {
  background-image: url(/resources/social/pg-pixel-2.svg);
  content: "";
  position: absolute;
  top: 40px;
  right: 44px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 48px;
  height: 32px;
}
.profile-grid-section .curation-title {
  position: relative;
  text-transform: inherit;
  margin: 0 1rem 32px 0;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.2em;
  color: #fff;
  letter-spacing: normal;
  font-family: BBC Reith Sans Bd, Helvetica, Arial, sans-serif;
}
.profile-grid-section .profile-grid-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.profile-grid-section .profile-grid-wrapper .profile-grid.isCollapsed {
  margin: 0 0 2em 0;
}
.profile-grid-section .profile-grid-wrapper .profile-grid {
  display: flex;
  flex-direction: column;
  flex-basis: calc(25% - 16px);
}
.profile-grid-section .profile-grid-wrapper .profile-grid .profile-image {
  position: relative;
  width: 28%;
}
.profile-grid-section .profile-grid .profile-detail {
  width: 72%;
  padding-left: 1.6rem;
}
.profile_description .full-description.collapse.show ~ .ellipsis-more {
  display: none;
}
.profile_description .collapse.show ~ .ellipsis-more {
  display: none;
}
.profile-grid-section .profile-grid-wrapper .profile-grid .profile-image img {
  max-width: 93px;
  max-height: 93px;
}
.profile-grid-section .profile-grid-wrapper .profile-grid .profile-image:after {
  background-color: #0000f5;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
  height: 24px;
  width: 24px;
}
.profile-grid-section .profile-grid-wrapper .profile-grid .profile-name {
  margin: 0;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}
.gel--great-primer {
  letter-spacing: -0.33px;
  line-height: 1.2em;
}
.profile-grid-section .profile-grid-wrapper .profile-grid .profile-position {
  height: 32px;
  margin: 0.8rem 0 1.6rem;
  color: hsla(0, 0%, 100%, 1);
}
.gel--minion-medium {
  font-size: 0.75em;
  font-weight: 500;
  line-height: 1.3333333333em;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.profile-grid-section .profile-grid-wrapper .profile-grid .profile_description {
  color: hsla(0, 0%, 100%, 1);
  line-height: 18px;
}
.gel--long-primer {
  font-size: 0.875em;
  line-height: 1.2857142857em;
}
.visuallyhidden {
  opacity: 0;
}
.profile-grid-section .profile-grid-wrapper .profile-grid .profile-button {
  display: block;
  margin: 0;
  padding-left: 0;
  line-height: 18px;
  font-family: BBC Reith Sans, Helvetica, Arial, sans-serif;
  padding: 0.75em 1.5em;
  padding-left: 0;
  border-color: transparent;
  background: transparent;
  font-weight: 700;
  font-size: 1em;
}
.profile-grid-section .profile-grid .profile_description .button {
  color: #fff;
}
.button.button--md.button--md,
.form-component .copy-section.success a.button--md.button--md {
  padding: 0.75em 1.5em;
}
.button.button--tertiary,
.form-component .copy-section.success a.button--tertiary {
  color: #333;
}
.button.button--link,
.button.button--tertiary,
.form-component .copy-section.success a.button--link,
.form-component .copy-section.success a.button--tertiary {
  border-color: transparent;
  background: transparent;
  color: #3b1759;
}
.button,
.form-component .copy-section.success a,
.form-component .copy-section.success p a,
.theme-black .form-component .copy-section.success a,
.theme-black .form-component .copy-section.success p a {
  border-radius: 0;
  position: relative;
  overflow: hidden;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  will-change: transform;
}
.gel--pica {
  font-size: 1em;
  line-height: 1.25em;
  font-weight: 700;
}
.profile-grid-section
  .profile-grid-wrapper
  .profile-grid
  .profile_description
  svg {
  margin-left: 0.8rem;
  width: 8px;
  height: 6px;
  vertical-align: baseline;
}
.button.button--has-icon svg,
.form-component .copy-section.success a.button--has-icon svg {
  margin-right: 1.6rem;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
}
.hidden {
  display: none;
}

.profile-grid-section
  .profile-grid-wrapper
  .profile-grid
  .profile_description
  .button {
  color: #fff;
}
.profile-grid-section .pg-bottom-pixels {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 1440px;
  height: 638px;
  pointer-events: none;
}
.profile-grid-section .pg-bottom-pixels:before {
  background-image: url(/resources/social/pg-pixel-3.svg);
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 48px;
  height: 12px;
}
.profile-grid-section .pg-bottom-pixels:after {
  background-image: url(/resources/social/pg-pixel-4.svg);
  content: "";
  position: absolute;
  bottom: 0;
  right: -70px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 108px;
  height: 34px;
}
.profile-grid-section
  .profile-grid-wrapper
  .profile-grid
  .profile_description
  .button[aria-expanded="false"]
  > .expanded,
.profile-grid-section
  .profile-grid-wrapper
  .profile-grid
  .profile_description
  .button[aria-expanded="true"]
  > .collapsed {
  display: none;
  transition: all 0.6s ease-in;
}

.form-component .header {
  display: none !important;
}
.form-component.form-component.form-component {
  background-color: #173c4d;
}
.form-component.form-component.form-component .header {
  background-color: #173c4d !important;
  color: #fff;
}
.form-component .header h1,
.theme-black .form-component .header h1 {
  font-weight: 300;
  font-size: 2.75em;
  line-height: 66px;
  margin: 0;
  letter-spacing: 3px;
  font-weight: 700;
}
.form-component .header h1 span,
.theme-black .form-component .header h1 span {
  font-weight: 700;
}
.form-component.form-component.form-component .container {
  padding-top: 140px;
  padding-bottom: 120px;
}
.form-component.form-component.form-component .copy-section {
  padding-bottom: 16px;
}
.form-component .copy-section,
.theme-black .form-component .copy-section {
  padding-bottom: 52px;
}
.form-component.form-component.form-component .copy-section h1,
.form-component.form-component.form-component .copy-section h2 {
  margin-bottom: 16px;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.2em;
  color: #fff;
}
.form-component .copy-section p,
.theme-black .form-component .copy-section p {
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  color: hsla(0, 0%, 100%, 0.87) !important;
  text-align: left;
  padding-right: 0;
}

.form-component .form-field,
.theme-black .form-component .form-field {
  flex-basis: 100%;
  margin: 0 0 2.05em;
  position: relative;
  transition: padding 0.5s ease;
}
.form-component .form-field.size-Half,
.theme-black .form-component .form-field.size-Half {
  flex-basis: calc(50% - 16px);
}
.form-field {
  margin-bottom: 2.4rem;
  line-height: 1.5;
}

.form-component .form-field label,
.theme-black .form-component .form-field label {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0.571em;
}
.form-component .form-field input,
.form-component .form-field select,
.form-component .form-field textarea,
.theme-black .form-component .form-field input,
.theme-black .form-component .form-field select,
.theme-black .form-component .form-field textarea {
  width: 100%;
  margin: 0;
  border: 0;
  font-size: 14px;
  line-height: 18px;
  padding: 1em 0.7em 1.1em;
  vertical-align: bottom;
  color: rgba(0, 0, 0, 0.6) !important;
}
.form-component.form-component.form-component .form-field .form-dropdown {
  padding: 1.5rem 1.6rem 1.4rem;
}
.form-dropdown {
  align-items: center;
  background-color: #fff;
  border: transparent;
  color: rgba(0, 0, 0, 0.6);
  display: flex;
  padding: 1.6rem;
  position: relative;
  width: auto;
}
.form-dropdown:before {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 13px;
  content: "";
  height: 30px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
}
.form-dropdown .selection {
  color: #bbb;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  width: 100%;
}
.form-component .form-field select,
.theme-black .form-component .form-field select {
  padding: 1em 0.7em;
}
.form-component .form-field .form-dropdown svg,
.theme-black .form-component .form-field .form-dropdown svg {
  opacity: 0.6;
}
.form-dropdown:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.form-component .form-field input,
.form-component .form-field select,
.form-component .form-field textarea,
.theme-black .form-component .form-field input,
.theme-black .form-component .form-field select,
.theme-black .form-component .form-field textarea {
  width: 100%;
  margin: 0;
  border: 0;
  font-size: 14px;
  line-height: 18px;
  padding: 1em 0.7em 1.1em;
  vertical-align: bottom;
  color: rgba(0, 0, 0, 0.6) !important;
}
.form-component .form-field.text + .form-field.checkbox,
.theme-black .form-component .form-field.text + .form-field.checkbox {
  margin-top: 8px;
}
.form-component .form-field.checkbox,
.theme-black .form-component .form-field.checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 1.525em;
}
.MuiCheckbox-root {
  color: rgba(0, 0, 0, 0.54);
}

.MuiIconButton-root {
  flex: 0 0 auto;
  color: rgba(0, 0, 0, 0.54);
  padding: 12px;
  overflow: visible;
  font-size: 1.5rem;
  text-align: center;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 50%;
}
.MuiButtonBase-root {
  color: inherit;
  border: 0;
  cursor: pointer;
  margin: 0;
  display: inline-flex;
  outline: 0;
  padding: 0;
  position: relative;
  align-items: center;
  user-select: none;
  border-radius: 0;
  vertical-align: middle;
  -moz-appearance: none;
  justify-content: center;
  text-decoration: none;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}
.MuiCheckbox-root {
  margin-right: 16px !important;
}
.MuiIconButton-label {
  width: 100%;
  display: flex;
  align-items: inherit;
  justify-content: inherit;
}
.jss1 {
  padding: 9px;
}
.jss4 {
  top: 0;
  left: 0;
  width: 100%;
  cursor: inherit;
  height: 100%;
  margin: 0;
  opacity: 0;
  padding: 0;
  z-index: 1;
  position: absolute;
}
.form-component .form-field.checkbox .MuiButtonBase-root.MuiIconButton-root svg,
.theme-black
  .form-component
  .form-field.checkbox
  .MuiButtonBase-root.MuiIconButton-root
  svg {
  width: 32px;
}
.MuiTouchRipple-root {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
  position: absolute;
  border-radius: inherit;
  pointer-events: none;
}
.form-component .form-field.checkbox label,
.theme-black .form-component .form-field.checkbox label {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  align-items: center;
  margin-bottom: 0;
  color: hsla(0, 0%, 100%, 0.87);
}
.form-component .form-field label,
.theme-black .form-component .form-field label {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0.571em;
  color: #fff;
}
.form-component .form-field.checkbox label a {
  color: #fff;
}
.form-component .form-field.checkbox + .form-field.checkbox,
.theme-black .form-component .form-field.checkbox + .form-field.checkbox {
  margin-top: 0;
}
.form-component .form-field.recaptcha,
.theme-black .form-component .form-field.recaptcha {
  margin-top: 8px;
}
.form-component.form-component.form-component .form-field.field-button {
  margin-bottom: 0;
}
.form-component.form-component.form-component .form-field.field-button button {
  background-color: #75fb4c;
  border-color: #75fb4c;
  color: #000;
}
.form-component .copy-section.success .form-field a,
.form-component .form-field .button,
.form-component .form-field .copy-section.success a,
.theme-black .form-component .form-field .button {
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  padding: 0.867em 1.5em;
  font-size: 16px;
}
.form-component .copy-section.success .form-field a,
.form-component .form-field .button,
.form-component .form-field .copy-section.success a,
.theme-black .form-component .form-field .button {
  width: 100%;
}
.form-component .copy-section.success .form-field a:before,
.form-component .form-field .button:before,
.form-component .form-field .copy-section.success a:before,
.theme-black .form-component .form-field .button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 6em;
  height: 6em;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.form-component .copy-section.success .form-field a,
.form-component .form-field .button,
.form-component .form-field .copy-section.success a,
.theme-black .form-component .form-field .button {
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  padding: 0.6em 1.5em;
  font-size: 16px;
  font-weight: 700;
}
.form-dropdown select {
  left: 0;
  opacity: 0;
  top: 0;
  position: absolute;
  background-color: transparent;
  height: 56px;
  width: 100%;
}
.form-component .form-field input:focus,
.form-component .form-field select:focus,
.form-component .form-field textarea:focus,
.theme-black .form-component .form-field input:focus,
.theme-black .form-component .form-field select:focus,
.theme-black .form-component .form-field textarea:focus {
  outline: 1px auto #25dfaf;
}
.checkbox-field {
  width: 32px !important;
  height: 32px !important;
  border-radius: 0 !important;
}
.footer {
  padding-top: 3.3rem !important;
  padding-bottom: 2.5rem !important;
  background-color: #173c4d !important;
  color: #fff !important;
}
.footer.studios_footer_wrapper .footer__top {
  display: flex;
  width: 100%;
}
.footer__top {
  align-items: center;
}
.footer.studios_footer_wrapper .footer__top {
  min-height: 35px;
}
.footer.studios_footer_wrapper .footer__top__left {
  width: 100%;
  max-width: 100%;
}
.footer.studios_footer_wrapper .footer__top__left .footer__brand {
  flex: 25% 1;
}
.footer.studios_footer_wrapper .footer__brand {
  display: flex;
  justify-content: flex-start;
  width: 300px !important;
}
.footer__brand {
  margin-right: 3.2rem;
}
.footer a {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

.footer.studios_footer_wrapper .footer__brand svg {
  display: inline-block;
  width: 100% !important;
}
.footer.studios_footer_wrapper svg,
.footer.studios_footer_wrapper svg path {
  fill: #fff;
}
.footer.studios_footer_wrapper .footer__top__left .footer__animation__wrapper {
  flex-basis: 80%;
}
.footer.studios_footer_wrapper .footer__animation__wrapper {
  flex-basis: 100%;
  justify-content: flex-end;
  display: flex;
  margin-bottom: 0 !important;
}
.footer.studios_footer_wrapper .footer__animation__wrapper > div {
  display: flex;
}

.footer__menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.footer.studios_footer_wrapper .studios__footer a:first-child {
  margin-left: 0;
}
.footer.studios_footer_wrapper .studios__footer a {
  padding: 0;
}
.footer.studios_footer_wrapper .studios__footer a:hover {
  text-decoration: underline;
}
.footer__menu__item {
  display: inline-flex;
  align-items: center;
  padding: 0.75em;
  position: relative;
}
.footer__menu__item svg {
  height: 20px;
  margin-right: 0.4rem;
  margin-top: -0.5rem;
  width: 20px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
.footer__divider {
  margin-top: 17px;
  margin-bottom: 1.6rem;
  border-color: #fff;
}
.footer.studios_footer_wrapper .footer__divider {
  margin-top: 3.5rem;
  margin-bottom: 2.6rem;
}
.footer__bottom {
  align-items: flex-end;
}
.footer.studios_footer_wrapper .footer__bottom {
  align-items: flex-start;
}
.footer__bottom,
.footer__top {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer.studios_footer_wrapper .footer__bottom .footer__bottom__left {
  flex-shrink: 0;
}

.footer.studios_footer_wrapper .footer__bottom .footer__bottom__left,
.footer.studios_footer_wrapper .footer__bottom .footer__bottom__right {
  color: hsla(0, 0%, 100%, 0.6);
  width: 100%;
}
.gel--brevier {
  font-size: 0.8125em;
  line-height: 1.2307692308em;
  font-weight: 400;
}
.footer.studios_footer_wrapper
  .footer__bottom
  .footer__bottom__left
  p:first-of-type {
  margin-bottom: 0.8rem;
}
.footer p:last-child {
  margin-bottom: 0;
}
.footer p {
  margin-top: 0;
  margin-bottom: 0.3846153846em;
}
.footer__menu--legal .footer__menu__item {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0.75em;
  padding-left: 0;
}
.footer__menu--legal .footer__menu__item:hover {
  text-decoration: underline;
}
.footer__menu__item {
  display: inline-flex;
  align-items: center;
  padding: 0.75em;
  position: relative;
}

.footer__menu--legal .footer__menu__item:nth-of-type(n + 1):after {
  background: #fff;
  content: "";
  height: 13px;
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
}
.footer.studios_footer_wrapper .studios__footer a {
  margin-left: 2.1rem;
}
.footer__menu--legal .footer__menu__item:last-child {
  padding-right: 0;
}
.footer__menu--legal .footer__menu__item:last-child:nth-of-type(n + 1):after {
  background: transparent;
}
.footer__top__left,
.footer__top__right {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.container {
  overflow: hidden;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8px;
  padding-left: 8px;
}

.studios-footer-nav .navbar-nav .nav-item {
  margin-left: 0;
}
.studios-footer-nav .navbar-nav .nav-item .footer__menu__item {
  width: 100%;
  border-bottom: 1px solid #fff;
  padding: 1.0625em 0.75em 1.0625em 0;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.1111111111em;
  position: relative;
}
.studios-footer-nav .navbar-nav .nav-item .footer__menu__item svg {
  position: absolute;
  right: 0;
}
.studios-footer-nav .container-fluid .navbar-brand {
  margin-bottom: 0;
}
.nav-sm-pd {
  margin-top: 0;
}
.rte-theme-black:first-of-type h2:first-of-type {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.2em;
  font-family: BBC Reith Sans Bd, Helvetica, Arial, sans-serif;
}


.studios-footer-nav .container-fluid {
    justify-content: center;
    flex-direction: column;
}
.studios-footer-nav .navbar-collapse {
    width: 100%;
}
.studios-footer-nav .navbar-collapse.show {
    display: block !important;
    flex-basis: auto;
    width: 100%;
}

.studios-footer-nav .navbar-nav .nav-item .footer__menu__item img {
    position: absolute;
    right: 0;
}


@media (min-width: 576px) {
    .studios-footer-nav .navbar-nav .nav-item .footer__menu__item img {
        position: absolute;
        right: 0;
    }
    .studios-footer-nav .navbar-collapse

{
    display: none !important;
    flex-basis: auto;
}

.studios-footer-nav .navbar-nav {
    flex-direction: column;
}

.studios-footer-nav .navbar-toggler {
    display: block;
}

.studios-footer-nav .navbar-collapse.show {
    display: block;
    flex-basis: auto;
    width: 100%;
}

.studios-footer-nav .container-fluid {
    justify-content: space-between;
    flex-direction: column;
}

}
 

@media (min-width: 400px) {
  .container {
    max-width: 100%;
  }
  .form-component.form-component.form-component .copy-section h1,
  .form-component.form-component.form-component .copy-section h2 {
    font-size: 1.5em;
    line-height: 1.1666666667em;
  }
}
@media (max-width: 599px) {
  .profile-grid-section .profile-grid-wrapper .profile-grid {
    flex-basis: auto;
    display: flex;
    flex-direction: row;
  }
  .form-component .copy-section,
  .theme-black .form-component .copy-section {
    margin-right: 0;
  }
  .form-component.form-component.form-component .container {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .form-component .form-field.size-Half,
  .theme-black .form-component .form-field.size-Half {
    flex-basis: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 600px) {
  .studios-footer-nav .navbar-nav .nav-item {
    margin-left: 2.1rem;
  }
  .container {
    max-width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }
  .form-component.form-component.form-component .copy-section h1,
  .form-component.form-component.form-component .copy-section h2 {
    font-size: 2.25em;
    line-height: 1.1111111111em;
    margin-bottom: 16px;
    font-weight: 700;
    color: #fff;
  }
  .form-component .form-field,
  .theme-black .form-component .form-field {
    flex-basis: 100%;
    margin: 0 8px 2.05em;
    position: relative;
    transition: padding 0.5s ease;
  }
  .footer.studios_footer_wrapper .footer__bottom .footer__bottom__left {
    color: hsla(0, 0%, 100%, 0.6);
    width: auto;
  }
  .footer.studios_footer_wrapper .footer__bottom .footer__bottom__right {
    color: hsla(0, 0%, 100%, 0.6);
    width: 100%;
  }
  .profile-grid-section .profile-grid-wrapper .profile-grid.isCollapsed {
    margin: 0 1em 7.3125em 0;
  }
  h2 {
    font-size: 2.75em;
    line-height: 1.0909090909em;
  }
  .rich-text p {
    font-size: 24px;
    line-height: 40px;
    margin: 24px 0;
  }
  .media-section .article-image__image {
    position: relative;
    border: 16px solid #fff;
  }
  .ms-theme-black {
    padding-bottom: 200px;
    background-color: #000;
    color: #fff;
  }
    .rte-theme-green {
        position: relative;
        padding-top: 120px;
        padding-bottom: 120px;
        overflow: hidden;
        background-color: rgb(000, 255, 225);
        color: #000;
        margin-top: -90px;
    }
  .rte-theme-green .rte-top-pixels:before {
    top: 120px;
    left: 70px;
  }
  .rte-theme-green .rte-top-pixels:after {
    bottom: 270px;
    right: 70px;
  }
  .ms-theme-green {
    padding-bottom: 120px;
  }
  .rte-theme-green .rte-bottom-pixels:before {
    left: -230px;
  }
  .ms-theme-green {
    padding-bottom: 90px;
  }
  .studios-repeating-content-block {
    padding-top: 112px;
    padding-bottom: 120px;
  }
  .studios-repeating-content-block h3 {
    margin-bottom: 32px;
    font-size: 2.75em;
  }
  .studios-repeating-content-block__layout-vertical-dual-column .grid-item {
    width: calc(50% - 15px);
    margin: 0 0.75rem 1.5rem;
  }
  .profile-grid-section .curation-title {
    font-size: 2.75em;
    line-height: 1.0909090909em;
  }
  .profile-grid-section {
    padding-top: 11.2rem;
  }
  .profile-grid-section .profile-grid-wrapper .profile-grid .profile-image img {
    max-width: 100%;
    max-height: 100%;
  }
  .profile-grid-section .profile-grid-wrapper .profile-grid.isCollapsed {
    margin: 0 0 7.3125em 0;
  }
  .profile-grid-section .pg-bottom-pixels:after {
    right: 352px;
  }
  .profile-grid-section .pg-bottom-pixels:before {
    background-image: url(/resources/social/pg-pixel-3.svg);
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 48px;
    height: 12px;
  }
  .profile-grid-section .profile-grid-wrapper .profile-grid .profile-name {
    margin: 1.6rem 0 0;
  }
  .form-component .copy-section.success .form-field a,
  .form-component .form-field .button,
  .form-component .form-field .copy-section.success a,
  .theme-black .form-component .form-field .button {
    width: auto;
  }
  .rte-theme-black,
  .rte-theme-green {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .rte-theme-black .rte-bottom-pixels:after {
    bottom: 25px;
    right: -102px;
  }
  .rte-theme-black .rte-top-pixels:before {
    left: -78px;
  }
  .studios-footer-nav .container-fluid {
    flex-direction: column;
  }
  .profile-grid-section .pg-top-pixels:before {
    background-image: url(/resources/social/pg-pixel-1.svg);
    content: "";
    position: absolute;
    top: 116px;
    left: 464px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 64px;
    height: 16px;
    display: block;
  }
  .profile-grid-section .profile-grid-wrapper .profile-grid .profile-button {
    margin: 0;
  }
  .profile-grid-section .profile-grid-wrapper .profile-grid .profile-image {
    position: relative;
    width: 100%;
  }
  .profile-grid-section .profile-grid .profile-detail {
    width: 100%;
    padding-left: 0;
  }
  .form-component .copy-section p,
  .theme-black .form-component .copy-section p {
    text-align: left;
    padding-right: 80px;
  }
}
@media (max-width: 1007px) {
  .footer.studios_footer_wrapper .footer__top__left {
    border-bottom: 1px solid #fff;
  }
}
@media (min-width: 1008px) {
    .studios-footer-nav .navbar-nav .nav-item .footer__menu__item img {
        position: relative;
        right: 0;
    }
    .studios-footer-nav .navbar-nav {
        flex-direction: row;
        justify-content: center;
        width:100%;
    }

    .studios-footer-nav .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .studios-footer-nav .navbar-toggler {
        display: none;
    }

    .studios-footer-nav .container-fluid {
        justify-content: space-between;
        flex-direction: column;
    }
  .form-component.form-component.form-component .copy-section h1,
  .form-component.form-component.form-component .copy-section h2 {
    font-size: 2.75em;
    line-height: 1.0909090909em;
    margin-bottom: 16px;
    font-weight: 700;
    color: #fff;
  }
  .form-component .copy-section p,
  .theme-black .form-component .copy-section p {
    text-align: left;
    padding-right: 100px;
  }
  .footer__bottom,
  .footer__top {
    flex-wrap: wrap;
  }
  .footer.studios_footer_wrapper .footer__bottom .footer__bottom__right {
    width: 100%;
  }
  .container {
    max-width: 1008px;
  }
  .form-component .form-field,
  .theme-black .form-component .form-field {
    flex-basis: 100%;
    margin: 0 8px 2.05em;
    position: relative;
    transition: padding 0.5s ease;
  }
  .barlesque__brand .bbc-studios-logo svg {
    width: 380px;
    height: auto;
  }

  .studios-footer-nav .navbar-nav .nav-item {
    margin-left: 2.1rem;
  }
  .studios-footer-nav .navbar-nav .nav-item .footer__menu__item {
    width: auto;
    border-bottom: none;
    padding: 0;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.25em;
    position: relative;
  }
  .studios-footer-nav .navbar-nav .nav-item .footer__menu__item svg {
    position: relative;
    right: 0;
  }
  .studios-footer-nav .container-fluid .navbar-brand {
    margin-bottom: 2rem;
  }
  .nav-sm-pd {
    margin-top: 30px;
  }
  .rte-theme-black:first-of-type h2:first-of-type {
    font-size: 2.75em;
    line-height: 1.0909090909em;
  }

  .bbc-studios-social-logo img {
    width: 380px;
    height: auto;
  }
}
@media (max-width: 1279px) {
  .footer__menu {
    flex-wrap: wrap;
  }

  .form-component.form-component.form-component .container {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .footer__top__left > div {
    height: auto !important;
    width: 100%;
  }
  .footer.studios_footer_wrapper .footer__top__left .footer__brand svg {
    border-bottom: none;
    width: auto;
  }
  .footer__top__left {
    border-bottom: 1px solid #fff;
    flex-direction: column;
  }
  .footer.studios_footer_wrapper .footer__top__left .footer__brand {
    margin-bottom: 2rem;
  }
  .footer.studios_footer_wrapper .footer__animation__wrapper {
    justify-content: center;
    margin-top: 30px;
  }
  .footer__top__right {
    padding-top: 1.55rem;
  }
  .footer__top__left,
  .footer__top__right {
    flex-basis: 100%;
  }
  .footer.studios_footer_wrapper .footer__top__left {
    border-bottom: none;
  }
}
@media (min-width: 1280px) {
    .studios-footer-nav .navbar-nav .nav-item .footer__menu__item img {
        position: relative;
        right: 0;
    }
    .studios-footer-nav .navbar-nav {
        flex-direction: row;
        justify-content: end;
    }

    .studios-footer-nav .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .studios-footer-nav .navbar-toggler {
        display: none;
    }

    .studios-footer-nav .container-fluid {
        justify-content: space-between;
        flex-direction: row;
    }
    .studios-footer-nav .navbar-nav .nav-item .footer__menu__item:hover {
        text-decoration: underline;
        color: #fff;
    }
  .form-component .copy-section p,
  .theme-black .form-component .copy-section p {
    text-align: justify;
    padding-right: 100px;
  }
  .footer.studios_footer_wrapper .footer__bottom .footer__bottom__right {
    width: 63%;
  }

  .footer__bottom,
  .footer__top {
    flex-wrap: nowrap;
  }
  .footer__menu--legal .footer__menu__item {
    margin-right: 0;
    padding-left: 0.75em;
  }
  .studios-footer-nav .container-fluid {
    flex-direction: row;
  }
  .container {
    max-width: 1280px;
  }
  .studios-footer-nav .navbar-nav .nav-item {
    margin-left: 2.1rem;
  }
  .studios-footer-nav .navbar-nav .nav-item .footer__menu__item {
    width: auto;
    border-bottom: none;
    padding: 0;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.25em;
    position: relative;
  }
  .studios-footer-nav .navbar-nav .nav-item .footer__menu__item svg {
    position: relative;
    right: 0;
  }
  .studios-footer-nav .container-fluid .navbar-brand {
    margin-bottom: 0;
  }
  .nav-sm-pd {
    margin-top: 0;
  }
}

.txtError {
  color: red;
}
.studios_footer_wrapper {
  background-color: #173c4d;
}

.nav-social {
  background-color: #173c4d !important;
}

.branding-header {
  background: #0000f5 !important;
}

#navbarResponsive {
  display: none !important;
}

section p {
  font-family: BC Reith Sans, Helvetica, Arial, sans-serif !important;
}

.errorTC {
  color: red;
  position: absolute;
  bottom: -18px;
  left: 10px;
}

.form-control {
  border-radius: 0;
}

.form-dropdown:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form-dropdown:before {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 13px;
  content: "";
  height: 30px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
}


.studios-footer-nav .navbar-toggler {
    outline: none;
    box-shadow: none;
    border: none;
}

    .studios-footer-nav .navbar-toggler.collapsed .navbar-toggler-icon {
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 0 6px 10px 6px;
        border-color: transparent transparent #fff transparent;
        transform: rotate(180deg);
        background-image: none;
    }

    .studios-footer-nav .navbar-toggler .navbar-toggler-icon {
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 0 6px 10px 6px;
        border-color: transparent transparent #fff transparent;
        transform: rotate(0deg);
        background-image: none;
    }

.studios-footer-nav .footer-logo {
    width: 289px;
}

.footer-logo-box {
    display: flex;
}

.business-svg {
    position: absolute;
    right: 20px;
    top: 47px;
}
